ChannelSet


This is the most compact possible representation for a set of channels.
It includes only one PRIMARY channel (which must be first) and
any SECONDARY channels.
No DISABLED channels are included.
This abstraction is used only on the the 'app side' of the world (ie python, javascript and android etc) to show a group of Channels as a (long) URL
Protobuf type meshtastic.ChannelSet

Types

Link copied to clipboard
class Builder : GeneratedMessage.Builder<BuilderT> , AppOnlyProtos.ChannelSetOrBuilder

This is the most compact possible representation for a set of channels.
It includes only one PRIMARY channel (which must be first) and
any SECONDARY channels.
No DISABLED channels are included.
This abstraction is used only on the the 'app side' of the world (ie python, javascript and android etc) to show a group of Channels as a (long) URL
Protobuf type meshtastic.ChannelSet

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard

LoRa config
.meshtastic.Config.LoRaConfig lora_config = 2;
Link copied to clipboard

LoRa config
.meshtastic.Config.LoRaConfig lora_config = 2;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Channel list with settings
repeated .meshtastic.ChannelSettings settings = 1;
Link copied to clipboard
open fun getSettingsCount(): Int

Channel list with settings
repeated .meshtastic.ChannelSettings settings = 1;
Link copied to clipboard

Channel list with settings
repeated .meshtastic.ChannelSettings settings = 1;
Link copied to clipboard

Channel list with settings
repeated .meshtastic.ChannelSettings settings = 1;
Link copied to clipboard

Channel list with settings
repeated .meshtastic.ChannelSettings settings = 1;
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard

LoRa config
.meshtastic.Config.LoRaConfig lora_config = 2;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): AppOnlyProtos.ChannelSet
Link copied to clipboard
open fun parseFrom(data: ByteString): AppOnlyProtos.ChannelSet
open fun parseFrom(input: CodedInputStream): AppOnlyProtos.ChannelSet
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): AppOnlyProtos.ChannelSet
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): AppOnlyProtos.ChannelSet
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): AppOnlyProtos.ChannelSet
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): AppOnlyProtos.ChannelSet
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): AppOnlyProtos.ChannelSet
Link copied to clipboard
open fun parser(): Parser<AppOnlyProtos.ChannelSet>
Link copied to clipboard
Link copied to clipboard
open fun writeTo(output: CodedOutputStream)